home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLP
- ; This script file will print all files in the current directory!
- ;
- ; NOTE: Before printing the files the images are ROTATED and then FLIPPED
- ; and then MIRRORED. After printing, the image is redrawn on the screen.
- ;
- change-path *.gif
- :loop
- loadnext :exit
- rotate
- flip
- mirror
- print
- reset-colors
- redraw
- goto :loop